github.com/gotd/log.withLogger.attrs (field)
8 uses
github.com/gotd/log (current package)
with.go#L32: return &withLogger{l: l, attrs: append([]Attr(nil), attrs...)}
with.go#L52: attrs []Attr
with.go#L61: merged := append(w.attrs[:len(w.attrs):len(w.attrs)], attrs...)
with.go#L67: return With(w.l, append(w.attrs[:len(w.attrs):len(w.attrs)], attrs...)...)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |